home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / call_out_info < prev    next >
Text File  |  2001-04-06  |  547b  |  19 lines

  1. SYNOPSIS
  2.         mixed *call_out_info(void)
  3.  
  4. DESCRIPTION
  5.         Get information about all pending call outs. The result is an
  6.         array in which every entry is itself an array describing one
  7.         call_out. Each of these arrays consists of 3 or more elements:
  8.         
  9.         1. The object
  10.         2. The function
  11.         3. The delay to go
  12.         4ff. The optional argument(s)
  13.         
  14.         Callouts for destructed objects will not be contained in the
  15.         list.
  16.  
  17. SEE ALSO
  18.         call_out(E), remove_call_out(E), find_call_out(E)
  19.